æòÅⁿâoâiü[

Script Breakpoints Window


    This section describes the information and controls that the Script Breakpoints window provides. Display of the Script Breakpoints window is controlled by the Script Breakpoints button in the main Script Debugger Window.

    Script Breakpoints Display (no keyboard shortcut)
    Script Breakpoints button

    This dialog displays all defined breakpoints. This dialog does not display:

    • Breakpoints defined by the debugger statement in JavaScript code.
    • Temporary breakpoints.

    The Script Breakpoints window provides the following controls:

    • The Line field contains the line number of the breakpoint.
    • The Condition field may contain a Javascript expression to evaluate when the breakpoint is reached. If the expression evaluates to false, the breakpoint is not executed.
    • Breakpoints set in this window persist across multiple executions of a script. When the application quits, or a script is reloaded, it removes all breakpoints.